GetItem Method (IListBase<T>)
Returns an item with the given text.

C# Syntax

T GetItem( 
   string text
)

Parameters

text
The text of the specified item.